mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-20 14:02:38 +02:00
submitted 1.2.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// BinaryReaderWriter.cpp
|
||||
//
|
||||
// $Id: //poco/1.1.0/Foundation/samples/BinaryReaderWriter/src/BinaryReaderWriter.cpp#2 $
|
||||
// $Id: //poco/1.2/Foundation/samples/BinaryReaderWriter/src/BinaryReaderWriter.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the BinaryWriter and BinaryReader classes.
|
||||
//
|
||||
@@ -32,14 +32,14 @@
|
||||
//
|
||||
|
||||
|
||||
#include "Foundation/BinaryWriter.h"
|
||||
#include "Foundation/BinaryReader.h"
|
||||
#include "Poco/BinaryWriter.h"
|
||||
#include "Poco/BinaryReader.h"
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
using Foundation::BinaryWriter;
|
||||
using Foundation::BinaryReader;
|
||||
using Poco::BinaryWriter;
|
||||
using Poco::BinaryReader;
|
||||
|
||||
|
||||
int main(int argc, char** argv)
|
||||
|
Reference in New Issue
Block a user