~ubuntu-branches/ubuntu/trusty/liblivemedia/trusty

« back to all changes in this revision

Viewing changes to UsageEnvironment/include/strDup.hh

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2013-05-05 19:49:35 UTC
  • mfrom: (1.4.15) (11.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130505194935-pyim0rda30k401ca
Tags: 2013.04.30-1
* Team upload.
* New upstream release.
* Upload to unstable after the Debian 7.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#ifndef _STRDUP_HH
18
18
#define _STRDUP_HH
19
19
 
20
 
// Copyright (c) 1996-2012 Live Networks, Inc.  All rights reserved.
 
20
// Copyright (c) 1996-2013 Live Networks, Inc.  All rights reserved.
21
21
// A C++ equivalent to the standard C routine "strdup()".
22
22
// This generates a char* that can be deleted using "delete[]"
23
23
// Header