casa  $Rev:20696$
table_private.h
Go to the documentation of this file.
00001 //Privates for table_cmpt
00002 //
00003 //  These are internal variables the connect us to the objects
00004 //
00005 casa::LogIO      *itsLog;
00006 casa::TableProxy *itsTable;
00007 //
00008 // Private constructor so we can make components on the fly
00009 //
00010 table(casa::TableProxy *myTable);
00011 //
00012 casa::TableLock *getLockOptions(casac::record &lockoptions);
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines