Changes between Version 19 and Version 20 of FDORfc34


Ignore:
Timestamp:
Apr 15, 2009, 2:17:56 PM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc34

    v19 v20  
    660660
    661661{{{
    662     FDO_API virtual FdoDataType GetColumnType(FdoInt32 index)
    663     {
    664         throw FdoException::Create(FdoException::NLSGetMessage(FDO_NLSID(FDO_3_NOTIMPLEMENTED)));
    665     }
     662FDO_API virtual FdoDataType GetColumnType(FdoInt32 index)
     663{
     664    throw FdoException::Create(FdoException::NLSGetMessage(FDO_NLSID(FDO_3_NOTIMPLEMENTED)));
     665}
    666666}}}
    667667