contentstorage/casrv/causifscanner/src/proxy.cpp
changeset 66 32469d7d46ff
parent 60 f62f87b200ec
child 98 d2f833ab7940
equal deleted inserted replaced
61:8e5041d13c84 66:32469d7d46ff
    30 
    30 
    31 // Function used to return an instance of the proxy table.
    31 // Function used to return an instance of the proxy table.
    32 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(
    32 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(
    33         TInt& aTableCount )
    33         TInt& aTableCount )
    34     {
    34     {
    35     aTableCount = sizeof( ImplementationTable )
    35     aTableCount = sizeof( ImplementationTable ) / sizeof(TImplementationProxy);
    36             / sizeof(TImplementationProxy);
       
    37     return ImplementationTable;
    36     return ImplementationTable;
    38     }
    37     }