/[projects]/smsdaemon/plugins/ListPlugin.h
ViewVC logotype

Contents of /smsdaemon/plugins/ListPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 149 - (show annotations) (download)
Sun Dec 7 20:58:41 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 250 byte(s)
Refactoring / rename:
        IGsmModem -> ISmsTransceiver
        GsmModem -> ModemTransceiver
        DebugGsmModem -> DebugTransceiver

Move DebugTransceiver to its own files.


1 #ifndef __LISTPLUGIN_H__
2 #define __LISTPLUGIN_H__
3
4
5 #include "Plugin.h"
6
7
8 class ListPlugin : public Plugin
9 {
10 public:
11 ListPlugin();
12
13 virtual void Execute(ISmsTransceiver& modem, SMS& sms);
14
15 virtual ~ListPlugin() {}
16
17 };
18
19
20 #endif // __LISTPLUGIN_H__

  ViewVC Help
Powered by ViewVC 1.1.20