|
From: <xb...@us...> - 2012-12-18 09:29:58
|
Revision: 1525
http://scstudio.svn.sourceforge.net/scstudio/?rev=1525&view=rev
Author: xborza
Date: 2012-12-18 09:29:52 +0000 (Tue, 18 Dec 2012)
Log Message:
-----------
Montecarlo test
Modified Paths:
--------------
trunk/src/data/pcap/bytes.h
trunk/tests/montecarlo/montecarlo_test.cpp
Modified: trunk/src/data/pcap/bytes.h
===================================================================
--- trunk/src/data/pcap/bytes.h 2012-12-17 12:30:46 UTC (rev 1524)
+++ trunk/src/data/pcap/bytes.h 2012-12-18 09:29:52 UTC (rev 1525)
@@ -1,7 +1,7 @@
#ifndef __BYTES_H__
#define __BYTES_H__
-#include <stdint.h>
+//#include <stdint.h>
#include <pcap.h>
#ifdef WIN32
Modified: trunk/tests/montecarlo/montecarlo_test.cpp
===================================================================
--- trunk/tests/montecarlo/montecarlo_test.cpp 2012-12-17 12:30:46 UTC (rev 1524)
+++ trunk/tests/montecarlo/montecarlo_test.cpp 2012-12-18 09:29:52 UTC (rev 1525)
@@ -91,6 +91,8 @@
{ return def; }
virtual float get_config_float(const std::wstring& section, const std::wstring& parameter, float def = 0.0f) const
{ return def; }
+ virtual std::wstring get_config_string(const std::wstring& section, const std::wstring& parameter, std::wstring def = L"") const
+ { return def; }
};
int main(int argc, char** argv)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|