]> err.no Git - scalable-opengroupware.org/blobdiff - dbd/DSoTable.h
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@46 d1b88da0-ebda-0310-925b-ed51d8...
[scalable-opengroupware.org] / dbd / DSoTable.h
index 1ac86c0338322c3026e7cd9ab1451a8b94adddf8..7bfac9226e706d7311bf408d37df3a784891af06 100644 (file)
 
 #include "DSoObject.h"
 
+@class NSString;
+@class DSoDatabase;
+
 @interface DSoTable : DSoObject
 {
+  DSoDatabase *database;
+  NSString    *tableName;
 }
 
+- (id)initWithName:(NSString *)_name inContainer:(id)_container;
+
 @end
 
 #endif /* __dbd_DSoTable_H__ */