root/lang/cplusplus/SleipnirGoogleSuggest/Connection.cpp

Revision 14174, 165 bytes (checked in by saturday06, 7 months ago)

アカウントもらった記念に今作ってるものを全部うp

Line 
1#include "StdAfx.h"
2#include "Connection.h"
3
4namespace SleipnirGoogleSuggest {
5
6Connection::Connection(void)
7{
8}
9
10Connection::~Connection(void)
11{
12}
13
14}
Note: See TracBrowser for help on using the browser.