search for: logcal

Displaying 4 results from an estimated 4 matches for "logcal".

Did you mean: local
2014 Apr 13
2
Adding an external library to Xapian
...se.cc 2014-04-13 17:56:04.000000000 +0530 @@ -43,6 +43,10 @@ #include "ortermlist.h" #include "noreturn.h" +// TODO remove later +#include <iostream> +#include <fstream> + #include <cstdlib> // For abs(). #include <cstring> @@ -94,6 +98,18 @@ LOGCALL_DTOR(API, "Database"); } +// LOG Function +void +Database::log(const std::string &query) { + cout << "In Database::log" << endl; + // For now usind DB's UUID to record logs + string logname = "../logs/" + this->get_uuid(); + cout << &qu...
2014 Apr 13
2
Adding an external library to Xapian
My code is not on Github. I am using the tarball as of now. The following it the error that occurred: http://pastebin.com/cVJrjUZX On Sun, Apr 13, 2014 at 8:16 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 15:37, Pallavi Gudipati <pallavigudipati at gmail.com> > wrote: > > > A linker error is encountered even after following the above
2010 Feb 15
3
My first type/provider - does nothing...
...ms like i''m missing something as i get nothing when i use it: No errors and no logical volume :-( type/logicalvolume.rb: ================= Puppet::Type.newtype(:logicalvolume) do @doc = "Manage logical volumes" ensurable newparam(:lvname) do desc "The logcal volume''s name" validate do |value| unless value =~ /^[a-z0-9]+/ raise ArgumentError , "%s is not a valid lv name" % value end end isnamevar end newparam(:size) do desc "The size in M or...
2009 Jan 30
0
Wine release 1.1.14
.... ole32: Add a helper function to return the file size and modify EnsureExists to use it. ole32: The bigblockfile on ILockBytes implementation should work on any ILockBytes not just those based on HGLOBAL. oleaut32: Print an LCID in hexadecimal. Igor Tarasov (1): gdi32: Add logcal points to device points conversion for source bitmap before bit stretching. Jacek Caban (4): jscript: Added Math.random implementation. jscript: Fixed Math.round with no argument. wininet: Set dwError to 0 in first INTERNET_STATUS_REQUEST_COMPLETE notification. shdocvw: Fix...