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