summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MorkParser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mork/MorkParser.hxx')
-rw-r--r--connectivity/source/drivers/mork/MorkParser.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/connectivity/source/drivers/mork/MorkParser.hxx b/connectivity/source/drivers/mork/MorkParser.hxx
index 789e569eb191..b44c3e8a7323 100644
--- a/connectivity/source/drivers/mork/MorkParser.hxx
+++ b/connectivity/source/drivers/mork/MorkParser.hxx
@@ -83,32 +83,26 @@ public:
MorkParser( int defaultScope = 0x80 );
- ///
/// Open and parse mork file
bool open( const std::string &path );
- ///
/// Return error status
MorkErrors error();
- ///
/// Returns all tables of specified scope
MorkTableMap *getTables( int tableScope );
- ///
/// Rerturns all rows under specified scope
MorkRowMap *getRows( int rowScope, RowScopeMap *table );
- ///
/// Return value of specified value oid
std::string &getValue( int oid );
- ///
/// Return value of specified column oid
std::string &getColumn( int oid );