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