equal
deleted
inserted
replaced
40 #ifndef MIAD2CHANNEL_H |
40 #ifndef MIAD2CHANNEL_H |
41 #define MIAD2CHANNEL_H |
41 #define MIAD2CHANNEL_H |
42 |
42 |
43 #include "iadinternaldefinitions.h" // For TIADConnectionStatus |
43 #include "iadinternaldefinitions.h" // For TIADConnectionStatus |
44 //#include "mist2iadapi.h" // For TIADConnectionStatus // |
44 //#include "mist2iadapi.h" // For TIADConnectionStatus // |
45 #include "misiobjectrouterif.h" |
45 #include "../../isirouter_dll/inc/misiobjectrouterif.h" |
46 #include "misirouterobjectif.h" |
46 #include "../../isirouter_dll/inc/misirouterobjectif.h" |
47 |
47 |
48 // abstract interface for both channels user & kernel |
48 // abstract interface for both channels user & kernel |
49 // called by extension, provided by extension |
49 // called by extension, provided by extension |
50 class MIAD2ChannelApi : public MISIRouterObjectIf |
50 class MIAD2ChannelApi : public MISIRouterObjectIf |
51 { |
51 { |