connectivitymodules/SeCon/common/conmltask/inc/sconconmltask.h
branchRCL_3
changeset 18 453dfc402455
parent 0 d0791faffa3f
equal deleted inserted replaced
17:dbd1c5e08735 18:453dfc402455
     1 /*
     1 /*
     2 * Copyright (c) 2005-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   210 //============================================================      
   210 //============================================================      
   211 NONSHARABLE_CLASS( CSConInstApp ) : public CBase 
   211 NONSHARABLE_CLASS( CSConInstApp ) : public CBase 
   212     {
   212     {
   213     public:
   213     public:
   214         CSConInstApp() {};
   214         CSConInstApp() {};
   215         ~CSConInstApp() {};
   215         ~CSConInstApp();
   216         CSConInstApp* CopyL();
   216         CSConInstApp* CopyL();
   217         
   217         
   218         TFileName       iName;
   218         TFileName       iName;
   219         TFileName       iParentName;
   219         TFileName       iParentName;
   220         TFileName       iVendor;
   220         TFileName       iVendor;
   221         TFileName       iVersion;
   221         TFileName       iVersion;
   222         TInt64          iSize;
   222         TInt64          iSize;
   223         TSConAppType    iType;
   223         TSConAppType    iType;
   224         TUid            iUid;
   224         TUid            iUid;
       
   225         HBufC*          iWidgetBundleId; // Widget bundle identifier like "com.nokia.widget.HelloWorld"
   225     };
   226     };
   226     
   227     
   227 //============================================================
   228 //============================================================
   228 // class CSConListInstApps declaration
   229 // class CSConListInstApps declaration
   229 //============================================================      
   230 //============================================================