Guest User

Untitled

a guest
Jul 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #ifndef dCouple_Sink_h
  2. #define dCouple_Sink_h
  3.  
  4. #include "Connection.h"
  5.  
  6. class Sink: public Connection {
  7. public:
  8. virtual void sink_update() = 0;
  9. };
  10.  
  11. #endif
Add Comment
Please, Sign In to add comment