1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-02 02:44:15 +00:00
This commit is contained in:
Kill Your TV 2014-12-30 02:32:33 +00:00
commit 472c5f542f
2 changed files with 2 additions and 1 deletions

View File

@ -68,3 +68,4 @@ dist:
.PHONY: deps .PHONY: deps
.PHONY: dist .PHONY: dist
.PHONY: api .PHONY: api
.PHONY: mk_build_dir

2
SAM.h
View File

@ -67,7 +67,7 @@ namespace client
}; };
class SAMBridge; class SAMBridge;
class SAMSession; struct SAMSession;
class SAMSocket: public std::enable_shared_from_this<SAMSocket> class SAMSocket: public std::enable_shared_from_this<SAMSocket>
{ {
public: public: