sipxmedialib  Version 3.3
IBaseClass.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2006-2013 SIPez LLC. All rights reserved.
3 //
4 // Copyright (C) 2004-2006 SIPfoundry Inc.
5 // Licensed by SIPfoundry under the LGPL license.
6 //
7 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
8 // Licensed to SIPfoundry under a Contributor Agreement.
9 //
10 // $$
12 
13 
14 // Border Guard
15 #ifndef _IBaseClass_h
16 #define _IBaseClass_h
17 
18 #include "rtcp/RtcpConfig.h"
19 #include "BaseClass.h"
20 
37 interface IBaseClass
38 {
39 
40 // Public Methods
41 public:
42 
43 
44 virtual ~IBaseClass() {}
45 
63  virtual unsigned long AddRef ADD_RELEASE_PROTO_ARGS((int line))=0;
64 
82  virtual unsigned long Release ADD_RELEASE_PROTO_ARGS((int line))=0;
83 
84 
85 };
86 
87 
88 #endif
virtual unsigned long Release ADD_RELEASE_PROTO_ARGS((int line))=0