wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h
branchRCL_3
changeset 16 61c93568468d
parent 13 858c6c491d0e
equal deleted inserted replaced
14:d9aaeb96a256 16:61c93568468d
    88         
    88         
    89         /**
    89         /**
    90         * Steps 
    90         * Steps 
    91         * @param ptr Pointer to an instance of this class
    91         * @param ptr Pointer to an instance of this class
    92         */
    92         */
    93         static TInt CWsfAiPlugin::DoRefreshingStepL( TAny* ptr );
    93         static TInt DoRefreshingStepL( TAny* ptr );
    94         
    94         
    95         /**
    95         /**
    96         * Steps the refresh animation
    96         * Steps the refresh animation
    97         */                
    97         */                
    98         void CWsfAiPlugin::DoRefreshingStepL();
    98         void DoRefreshingStepL();
    99         
    99         
   100         /**
   100         /**
   101         * Steps 
   101         * Steps 
   102         * @param ptr Pointer to an instance of this class
   102         * @param ptr Pointer to an instance of this class
   103         */
   103         */
   104         static TInt CWsfAiPlugin::DoConnectingStepL( TAny* ptr );
   104         static TInt DoConnectingStepL( TAny* ptr );
   105         
   105         
   106         /**
   106         /**
   107         * Steps the refresh animation
   107         * Steps the refresh animation
   108         */                
   108         */                
   109         void CWsfAiPlugin::DoConnectingStepL();
   109         void DoConnectingStepL();
   110     
   110     
   111     public:     // from CHSContentPublisher
   111     public:     // from CHSContentPublisher
   112         
   112         
   113         /**
   113         /**
   114          * @see CHsContentPublisher
   114          * @see CHsContentPublisher