Add signal template source

master
Ryan Lee 2016-03-18 12:30:32 +09:00
parent cf2605e094
commit 47bc747147
3 changed files with 16 additions and 5 deletions

View File

@ -97,6 +97,7 @@ set(HEADERS
"src/throughnet.h"
"src/control.h"
"src/peer.h"
"src/signal.h"
"src/fakeaudiocapturemodule.h"
)
@ -104,6 +105,7 @@ set(SOURCES
"src/throughnet.cc"
"src/control.cc"
"src/peer.cc"
"src/signal.cc"
"src/fakeaudiocapturemodule.cc"
)

9
src/signal.cc Normal file
View File

@ -0,0 +1,9 @@
/*
* Copyright 2016 The ThroughNet Project Authors. All rights reserved.
*
* Ryan Lee (ryan.lee at throughnet.com)
*/
#include "config.h"
#include "signal.h"

View File

@ -4,8 +4,8 @@
* Ryan Lee (ryan.lee at throughnet.com)
*/
#ifndef __THROUGHNET_THROUGHENT_H__
#define __THROUGHNET_THROUGHENT_H__
#endif // __THROUGHNET_THROUGHENT_H__
#ifndef __THROUGHNET_SIGNAL_H__
#define __THROUGHNET_SIGNAL_H__
#endif // __THROUGHNET_SIGNAL_H__