mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 06:55:49 +02:00
submitted 1.2.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.1.0/Foundation/samples/base64encode/Makefile#1 $
|
||||
# $Id: //poco/1.2/Foundation/samples/base64encode/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco base64encode
|
||||
#
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# sample.vmsbuild
|
||||
#
|
||||
# $Id: //poco/1.1.0/Foundation/samples/base64encode/base64encode.vmsbuild#1 $
|
||||
# $Id: //poco/1.2/Foundation/samples/base64encode/base64encode.vmsbuild#1 $
|
||||
#
|
||||
EXE=base64encode
|
||||
base64encode
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// base64encode.cpp
|
||||
//
|
||||
// $Id: //poco/1.1.0/Foundation/samples/base64encode/src/base64encode.cpp#2 $
|
||||
// $Id: //poco/1.2/Foundation/samples/base64encode/src/base64encode.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the Base64Encoder and StreamCopier classes.
|
||||
//
|
||||
@@ -32,14 +32,14 @@
|
||||
//
|
||||
|
||||
|
||||
#include "Foundation/Base64Encoder.h"
|
||||
#include "Foundation/StreamCopier.h"
|
||||
#include "Poco/Base64Encoder.h"
|
||||
#include "Poco/StreamCopier.h"
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
|
||||
using Foundation::Base64Encoder;
|
||||
using Foundation::StreamCopier;
|
||||
using Poco::Base64Encoder;
|
||||
using Poco::StreamCopier;
|
||||
|
||||
|
||||
int main(int argc, char** argv)
|
||||
|
Reference in New Issue
Block a user