import("methods")  
import("DBI")      
import("TSdbi")
## many function from TSdbi need to be visible to the user, so it is indicated
## using Depends: in NAMESPACE rather than importing and exporting here.

import("tframe")
import("tframePlus")

import("zoo")
import("tseries")

export("histQuote")

## S4 Classes
exportClasses(
   "histQuoteDriver",
   "TShistQuoteConnection"
   )

## S4 generics
## none

## S4 methods
exportMethods(
   "TSconnect",
   "TSdates",
   "TSdescription",
   "TSdoc",
   "TSlabel",
   "TSsource",
   "TSget",
   "dbDisconnect"
   )

