The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
ConsoleCallObserver.h
Go to the documentation of this file.
1
// concrete implementation of ICallObserver
2
3
#ifndef CONSOLECALLOBSERVER_H
4
#define CONSOLECALLOBSERVER_H
5
6
#include "
ICallObserver.h
"
7
8
namespace
WinampRemote
9
{
10
namespace
Remoting
11
{
12
13
class
ConsoleCallObserver
:
public
ICallObserver
{
14
15
public
:
16
17
virtual
~ConsoleCallObserver
() {};
18
19
virtual
void
notifyStatus
(
const
char
* status);
20
21
virtual
void
notifyMessage
(
const
char
* msg);
22
23
virtual
void
notifyException
(
const
char
* msg);
24
};
25
26
}
// end of namespace Remoting
27
}
// end of namespace WinampRemote
28
29
#endif // CONSOLECALLOBSERVER_H
30
ConsoleCallObserver.h
Generated by
1.8.1.1