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