From 5230927c4f087cf2dcaac4fb9ed133c1ff3e2269 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 15 Sep 2008 22:32:19 +0000 Subject: Wooo! It compiles again! The nids streams are almost ready. --- src/tests/nids.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/tests') diff --git a/src/tests/nids.cpp b/src/tests/nids.cpp index 1197ac1..18f66a6 100644 --- a/src/tests/nids.cpp +++ b/src/tests/nids.cpp @@ -1,5 +1,6 @@ #include "bu/file.h" #include "bu/nids.h" +#include "bu/nidsstream.h" int main( int argc, char *argv[] ) { @@ -15,5 +16,10 @@ int main( int argc, char *argv[] ) n.initialize( 1024, 5 ); Bu::NidsStream s = n.openStream( n.createStream() ); + + Bu::FString sBuf("Hey there, man...uh...how's it going?"); + s.write( sBuf ); + + return 0; } -- cgit v1.2.3