diff options
Diffstat (limited to 'include/connectivity/statementcomposer.hxx')
-rw-r--r-- | include/connectivity/statementcomposer.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/connectivity/statementcomposer.hxx b/include/connectivity/statementcomposer.hxx index 10513ca35d28..2d22cbec5f1c 100644 --- a/include/connectivity/statementcomposer.hxx +++ b/include/connectivity/statementcomposer.hxx @@ -28,14 +28,14 @@ #include <memory> #include <connectivity/dbtoolsdllapi.hxx> -//........................................................................ + namespace dbtools { -//........................................................................ - //==================================================================== + + //= StatementComposer - //==================================================================== + struct StatementComposer_Data; /** a class which is able to compose queries (SELECT statements) from a command and a command type */ @@ -93,9 +93,9 @@ namespace dbtools StatementComposer(); // not implemented }; -//........................................................................ + } // namespace dbtools -//........................................................................ + #endif // INCLUDED_CONNECTIVITY_STATEMENTCOMPOSER_HXX |