~ubuntu-branches/ubuntu/wily/torrus/wily-proposed

« back to all changes in this revision

Viewing changes to perllib/Torrus/DevDiscover/Symmetricom.pm

  • Committer: Package Import Robot
  • Author(s): Bernhard Schmidt
  • Date: 2014-10-05 21:16:04 UTC
  • mfrom: (1.2.5)
  • mto: (6.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: package-import@ubuntu.com-20141005211604-qqkvq1k0uqiv3bvk
Tags: upstream-2.08
ImportĀ upstreamĀ versionĀ 2.08

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#  along with this program; if not, write to the Free Software
18
18
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19
19
 
20
 
# $Id$
21
20
# Jon Nistor <nistor at snickers dot org>
22
21
#
23
22
 
26
25
package Torrus::DevDiscover::Symmetricom;
27
26
 
28
27
use strict;
 
28
use warnings;
 
29
 
29
30
use Torrus::Log;
30
31
 
31
32
 
93
94
    my $data = $devdetails->data();
94
95
 
95
96
    $cb->addTemplateApplication($devNode, 'Symmetricom::ntp-stats');
 
97
    return;
96
98
}
97
99
 
98
100
1;