mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
submitted 1.2.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// md5.cpp
|
||||
//
|
||||
// $Id: //poco/1.1.0/Foundation/samples/md5/src/md5.cpp#2 $
|
||||
// $Id: //poco/1.2/Foundation/samples/md5/src/md5.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the DigestEngine, DigestOutputStream and
|
||||
// MD5Engine classes.
|
||||
@@ -33,17 +33,17 @@
|
||||
//
|
||||
|
||||
|
||||
#include "Foundation/MD5Engine.h"
|
||||
#include "Foundation/DigestStream.h"
|
||||
#include "Foundation/StreamCopier.h"
|
||||
#include "Poco/MD5Engine.h"
|
||||
#include "Poco/DigestStream.h"
|
||||
#include "Poco/StreamCopier.h"
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
using Foundation::DigestEngine;
|
||||
using Foundation::MD5Engine;
|
||||
using Foundation::DigestOutputStream;
|
||||
using Foundation::StreamCopier;
|
||||
using Poco::DigestEngine;
|
||||
using Poco::MD5Engine;
|
||||
using Poco::DigestOutputStream;
|
||||
using Poco::StreamCopier;
|
||||
|
||||
|
||||
int main(int argc, char** argv)
|
||||
|
||||
Reference in New Issue
Block a user