userlibandfileserver/fileserver/etshell/ts_com.cpp
branchRCL_3
changeset 110 c734af59ce98
parent 87 2f92ad2dc5db
child 117 5b5d147c7838
equal deleted inserted replaced
97:41f0cfe18c80 110:c734af59ce98
     1 // Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1996-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   976         case EMediaRotatingMedia:   aPrintBuf.Append(_L("EMediaRotatingMedia"));break;
   976         case EMediaRotatingMedia:   aPrintBuf.Append(_L("EMediaRotatingMedia"));break;
   977         
   977         
   978         default:                    aPrintBuf.Append(_L("??? Unknown Type"));   break;
   978         default:                    aPrintBuf.Append(_L("??? Unknown Type"));   break;
   979         };
   979         };
   980 
   980 
   981 
   981         if (aDrvInfo.iConnectionBusType)
       
   982             {
       
   983             aPrintBuf.Append(_L(" USB"));
       
   984             }
       
   985         
   982         aPrintBuf.Append(_L("\n"));
   986         aPrintBuf.Append(_L("\n"));
   983     }
   987     }
   984 
   988 
   985 //--------------------------------------------------------
   989 //--------------------------------------------------------
   986 
   990