~ubuntu-branches/ubuntu/vivid/zoneminder/vivid-proposed

« back to all changes in this revision

Viewing changes to src/zm_monitor.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter Howard
  • Date: 2009-11-14 15:02:10 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091114150210-d8721h9wm90cbaog
Tags: 1.24.2-2
* Remove custom perl parth from zmpkg.pl, fix location of manpages.
(closes: #551746, #553092)
* Fix GCC4.4 bug
(closes: #531717)
* Fix potential bug in postinst script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// ZoneMinder Monitor Class Interfaces, $Date: 2009-02-12 21:32:00 +0000 (Thu, 12 Feb 2009) $, $Revision: 2755 $
 
2
// ZoneMinder Monitor Class Interfaces, $Date: 2009-03-23 21:56:30 +0000 (Mon, 23 Mar 2009) $, $Revision: 2811 $
3
3
// Copyright (C) 2001-2008 Philip Coombes
4
4
// 
5
5
// This program is free software; you can redistribute it and/or
20
20
#ifndef ZM_MONITOR_H
21
21
#define ZM_MONITOR_H
22
22
 
23
 
#include <sys/time.h>
24
 
 
25
23
#include "zm.h"
26
24
#include "zm_coord.h"
27
25
#include "zm_image.h"
29
27
#include "zm_event.h"
30
28
#include "zm_camera.h"
31
29
 
 
30
#include <sys/time.h>
 
31
 
32
32
#define SIGNAL_CAUSE "Signal"
33
33
#define MOTION_CAUSE "Motion"
34
34
#define LINKED_CAUSE "Linked"