devicesrv_pub/accessory_monitoring_api/inc/AccMonitorInfo.h
branchRCL_3
changeset 15 b2f9f823b5fb
parent 0 4e1aa6a622a0
equal deleted inserted replaced
12:4a5c47a50617 15:b2f9f823b5fb
    20 #ifndef ACCMONITORINFO_H
    20 #ifndef ACCMONITORINFO_H
    21 #define ACCMONITORINFO_H
    21 #define ACCMONITORINFO_H
    22 
    22 
    23 // INCLUDES
    23 // INCLUDES
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <accmonitorcapabilities.h>
    25 #include <AccMonitorCapabilities.h>
    26 
    26 
    27 // FORWARD DECLARATIONS
    27 // FORWARD DECLARATIONS
    28 class CAccMonitorInfo;
    28 class CAccMonitorInfo;
    29 
    29 
    30 // EXTERNAL DATA TYPES
    30 // EXTERNAL DATA TYPES
   210     
   210     
   211     // A reserved member variable for future use.
   211     // A reserved member variable for future use.
   212     TInt iReserved2;
   212     TInt iReserved2;
   213     };
   213     };
   214     
   214     
   215 #include <accmonitorinfo.inl>    
   215 #include <AccMonitorInfo.inl>    
   216 
   216 
   217 #endif // ACCMONITORINFO_H
   217 #endif // ACCMONITORINFO_H
   218 
   218 
   219 // End of File
   219 // End of File