00001 #ifndef __epocxplat_hpp__ 00002 #define __epocxplat_hpp__ 00003 00004 #include <e32std.h> 00005 00006 namespace epocxplat { 00007 enum TFeature { 00008 EFeatureAhleBrowser 00009 }; 00010 00011 IMPORT_C TBool HasFeature(TFeature aFeature); 00012 00013 // -------------------------------------------------- 00014 // EFeatureAhleBrowser 00015 // -------------------------------------------------- 00016 00017 namespace AhleBrowser { 00018 class MObserver 00019 { 00020 public: 00021 virtual void AhleBrowserError(TInt aError) = 0; 00022 virtual void AhleBrowserDataL(const TDesC& aName, const TDesC& aUrl) = 0; 00023 }; 00024 00025 class MNotifier 00026 { 00027 public: 00028 inline virtual ~MNotifier(); 00029 }; 00030 00031 IMPORT_C MNotifier* NewNotifierL(MObserver& aObserver); 00032 }; 00033 }; 00034 00035 inline epocxplat::AhleBrowser::MNotifier::~MNotifier() 00036 { 00037 } 00038 00039 #endif /* __epocxplat_hpp__ */ 00040 00041 /** 00042 00043 Copyright 2010 Helsinki Institute for Information Technology (HIIT) 00044 and the authors. All rights reserved. 00045 00046 Authors: Tero Hasu <tero.hasu@hut.fi> 00047 00048 Permission is hereby granted, free of charge, to any person 00049 obtaining a copy of this software and associated documentation files 00050 (the "Software"), to deal in the Software without restriction, 00051 including without limitation the rights to use, copy, modify, merge, 00052 publish, distribute, sublicense, and/or sell copies of the Software, 00053 and to permit persons to whom the Software is furnished to do so, 00054 subject to the following conditions: 00055 00056 The above copyright notice and this permission notice shall be 00057 included in all copies or substantial portions of the Software. 00058 00059 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 00060 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00061 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 00062 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 00063 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 00064 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 00065 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 00066 SOFTWARE. 00067 00068 **/
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:52 2011 by Doxygen 1.6.1