connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp
changeset 66 ed07dcc72692
parent 47 cb7afde124a3
equal deleted inserted replaced
64:84c6623982f6 66:ed07dcc72692
   134         }
   134         }
   135 
   135 
   136     return retval;
   136     return retval;
   137     }
   137     }
   138 
   138 
   139 
       
   140 // ---------------------------------------------------------
       
   141 // CConnectionInfoKey::At( TInt anIndex ) const
       
   142 // ---------------------------------------------------------
       
   143 //
       
   144 TAny* CConnectionInfoKey::At( TInt anIndex ) const
       
   145     {
       
   146     TDesC16 tem( iPtr->At( anIndex )->Name() );
       
   147     TAny* ptr = ( TAny* )&tem;
       
   148 
       
   149     return ptr;
       
   150     }
       
   151 
       
   152 
       
   153 // End of File
   139 // End of File