localisation/apparchitecture/inc/APSSCAN.H
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1997-2009 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 "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".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    19 #define __APSSCAN_H__
    19 #define __APSSCAN_H__
    20 
    20 
    21 #if !defined(__F32FILE_H__)
    21 #if !defined(__F32FILE_H__)
    22 #include <f32file.h>
    22 #include <f32file.h>
    23 #endif
    23 #endif
       
    24 
       
    25 //This class is not moved as part of PREQ2478,as the derived class is a published Partner.
       
    26 //Also this class doesn't expose any specific functionality..
    24 
    27 
    25 class MApaFsChangeObserver
    28 class MApaFsChangeObserver
    26 /** An interface for notifying a file system observer when
    29 /** An interface for notifying a file system observer when
    27 a change has been made to the file system.
    30 a change has been made to the file system.
    28 This interface is intended for use only by CApaFsMonitor.
    31 This interface is intended for use only by CApaFsMonitor.
    73 	TBool iFsHasChanged;
    76 	TBool iFsHasChanged;
    74 	TBool iIsBlocked;
    77 	TBool iIsBlocked;
    75 	RPointerArray<CApaFsNotifier> iNotifiers;
    78 	RPointerArray<CApaFsNotifier> iNotifiers;
    76 	};
    79 	};
    77 
    80 
       
    81 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
    78 #if !defined(__WINC__)
    82 #if !defined(__WINC__)
    79 class REComSession;
    83 class REComSession;
    80 /** 
    84 /** 
    81 CApaEComMonitor
    85 CApaEComMonitor
    82 
    86 
   107 	REComSession* iEComSession;
   111 	REComSession* iEComSession;
   108 	TBool iEComHasChanged;
   112 	TBool iEComHasChanged;
   109 	};
   113 	};
   110 
   114 
   111 #endif
   115 #endif
   112 
   116 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS
   113 
   117 
   114 #endif
   118 #endif