~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: tstGuestPropSvc.cpp $ */
 
1
/* $Id: tstGuestPropSvc.cpp 33540 2010-10-28 09:27:05Z vboxsync $ */
2
2
/** @file
3
3
 *
4
4
 * Testcase for the guest property service.
600
600
    const char *pcchValue;
601
601
    /** What size should the value/flags array be? */
602
602
    uint32_t cchValue;
603
 
    /** Should this proeprty exist? */
 
603
    /** Should this property exist? */
604
604
    bool exists;
605
605
    /** Do we expect a particular timestamp? */
606
606
    bool hasTimestamp;
778
778
    return rc;
779
779
}
780
780
 
781
 
/** Paramters for the asynchronous guest notification call */
 
781
/** Parameters for the asynchronous guest notification call */
782
782
struct asyncNotification_
783
783
{
784
784
    /** Call parameters */