Title: [opsview] [11342] track this file via main lib/
Revision
11342
Author
aburzynski
Date
2013-02-04 16:47:47 +0000 (Mon, 04 Feb 2013)

Log Message

track this file via main lib/

Added Paths


Added: trunk/opsview-core/lib/Opsview/Utils/NDOLogsImporter/XS.pm
===================================================================
--- trunk/opsview-core/lib/Opsview/Utils/NDOLogsImporter/XS.pm	                        (rev 0)
+++ trunk/opsview-core/lib/Opsview/Utils/NDOLogsImporter/XS.pm	2013-02-04 16:47:47 UTC (rev 11342)
@@ -0,0 +1,40 @@
+#
+# AUTHORS:
+#	Copyright (C) 2003-2012 Opsview Limited. All rights reserved
+#
+#    This file is part of Opsview
+#
+#    Opsview is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    Opsview is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with Opsview; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+#
+
+package Opsview::Utils::NDOLogsImporter::XS;
+
+use strict;
+use warnings;
+
+require Exporter;
+
+our @ISA = qw(Exporter);
+
+our @EXPORT_OK = ( qw( timeval parse ) );
+
+our @EXPORT = qw( );
+
+our $VERSION = '0.01';
+
+require XSLoader;
+XSLoader::load( 'Opsview::Utils::NDOLogsImporter::XS', $VERSION );
+
+1;

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to