wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h
branchCompilerCompatibility
changeset 17 36f381977fa7
parent 0 56b72877c1cb
child 13 1cafec024f08
equal deleted inserted replaced
14:2221119be131 17:36f381977fa7
    92         
    92         
    93         /**
    93         /**
    94         * Steps 
    94         * Steps 
    95         * @param ptr Pointer to an instance of this class
    95         * @param ptr Pointer to an instance of this class
    96         */
    96         */
    97         static TInt CWsfAiPlugin::DoRefreshingStepL( TAny* ptr );
    97         static TInt DoRefreshingStepL( TAny* ptr );
    98         
    98         
    99         /**
    99         /**
   100         * Steps the refresh animation
   100         * Steps the refresh animation
   101         */                
   101         */                
   102         void CWsfAiPlugin::DoRefreshingStepL();
   102         void DoRefreshingStepL();
   103         
   103         
   104         /**
   104         /**
   105         * Steps 
   105         * Steps 
   106         * @param ptr Pointer to an instance of this class
   106         * @param ptr Pointer to an instance of this class
   107         */
   107         */
   108         static TInt CWsfAiPlugin::DoConnectingStepL( TAny* ptr );
   108         static TInt DoConnectingStepL( TAny* ptr );
   109         
   109         
   110         /**
   110         /**
   111         * Steps the refresh animation
   111         * Steps the refresh animation
   112         */                
   112         */                
   113         void CWsfAiPlugin::DoConnectingStepL();
   113         void DoConnectingStepL();
   114     
   114     
   115     public:     // from CAiContentPublisher
   115     public:     // from CAiContentPublisher
   116         
   116         
   117         /**
   117         /**
   118         * This method transit the plugin to "Alive" state.
   118         * This method transit the plugin to "Alive" state.