X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=OCamlSXSIDrive.cpp;fp=OCamlSXSIDrive.cpp;h=0000000000000000000000000000000000000000;hb=b821684aac2e3114c2eb28188020d7a09b5de2a5;hp=2fbee3355ec76654a39fe16086492f4a40ad9c51;hpb=04630ec1de987f525c6594fcada17bb49ee79d6a;p=SXSI%2Fxpathcomp.git diff --git a/OCamlSXSIDrive.cpp b/OCamlSXSIDrive.cpp deleted file mode 100644 index 2fbee33..0000000 --- a/OCamlSXSIDrive.cpp +++ /dev/null @@ -1,21 +0,0 @@ -/************************************** - * OCamlDriver.cpp - * ------------------- - * The Ocaml Driver which calls the C++ methods and - * adds a C wrapper interface with OCaml code. - * - * Author: Kim Nguyen - * Date: 19/11/08 - */ - -/* OCaml memory managment */ -extern "C" { -#include -#include -#include -#include -#include -} //extern C - -#include "XMLDocShredder.h" -