Avoid reserved identifiers
Change-Id: I4654278f9a718042efde46755ee25e62494e3fb6
This commit is contained in:
parent
36ef03797a
commit
ff5021927d
@ -35,17 +35,17 @@ using namespace connectivity::evoab;
|
||||
|
||||
OEvoabTable::OEvoabTable( sdbcx::OCollection* _pTables,
|
||||
OEvoabConnection* _pConnection,
|
||||
const OUString& _Name,
|
||||
const OUString& _Type,
|
||||
const OUString& _Description ,
|
||||
const OUString& _SchemaName,
|
||||
const OUString& _CatalogName
|
||||
const OUString& Name,
|
||||
const OUString& Type,
|
||||
const OUString& Description ,
|
||||
const OUString& SchemaName,
|
||||
const OUString& CatalogName
|
||||
) : OEvoabTable_TYPEDEF(_pTables,true,
|
||||
_Name,
|
||||
_Type,
|
||||
_Description,
|
||||
_SchemaName,
|
||||
_CatalogName),
|
||||
Name,
|
||||
Type,
|
||||
Description,
|
||||
SchemaName,
|
||||
CatalogName),
|
||||
m_pConnection(_pConnection)
|
||||
{
|
||||
construct();
|
||||
|
@ -37,11 +37,11 @@ namespace connectivity
|
||||
public:
|
||||
OEvoabTable( sdbcx::OCollection* _pTables,
|
||||
OEvoabConnection* _pConnection,
|
||||
const OUString& _Name,
|
||||
const OUString& _Type,
|
||||
const OUString& _Description = OUString(),
|
||||
const OUString& _SchemaName = OUString(),
|
||||
const OUString& _CatalogName = OUString()
|
||||
const OUString& Name,
|
||||
const OUString& Type,
|
||||
const OUString& Description = OUString(),
|
||||
const OUString& SchemaName = OUString(),
|
||||
const OUString& CatalogName = OUString()
|
||||
);
|
||||
|
||||
OEvoabConnection* getConnection() { return m_pConnection;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user