appsupport_plat/restore_factory_settings_plugin_api/inc/rfsPlugin.h
changeset 21 c4cbaa4fb734
parent 0 2e3d3ce01487
child 29 6a787171e1de
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
    20 #ifndef RFSPLUGIN_H
    20 #ifndef RFSPLUGIN_H
    21 #define RFSPLUGIN_H
    21 #define RFSPLUGIN_H
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <ecom/ECom.h>
    25 #include <ecom/ecom.h>
    26 #include <rfsPluginDef.h>
    26 #include <rfsplugindef.h>
    27 
    27 
    28 // CONSTANTS
    28 // CONSTANTS
    29 
    29 
    30 /**
    30 /**
    31 *	An abstract class being representative of the
    31 *	An abstract class being representative of the
    87 private:
    87 private:
    88     // Unique instance identifier key
    88     // Unique instance identifier key
    89     TUid iDtor_ID_Key;
    89     TUid iDtor_ID_Key;
    90     };
    90     };
    91 
    91 
    92 #include "rfsPlugin.inl"
    92 #include "rfsplugin.inl"
    93 
    93 
    94 #endif //RFSPLUGIN_H
    94 #endif //RFSPLUGIN_H
    95 
    95