VirtualBox

Ignore:
Timestamp:
Mar 16, 2009 10:30:55 AM (16 years ago)
Author:
vboxsync
Message:

#3686: “Main: fix unused var warnings”

  • Garbage collect; use NOREF(); comment out; (depending on situation)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp

    r15051 r17911  
    55
    66/*
    7  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     7 * Copyright (C) 2006-2009 Sun Microsystems, Inc.
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    182182
    183183/* readonly attribute string name; */
    184 NS_IMETHODIMP VirtualBoxErrorInfo::GetName (char **aName)
     184NS_IMETHODIMP VirtualBoxErrorInfo::GetName (char ** /* aName */)
    185185{
    186186    return NS_ERROR_NOT_IMPLEMENTED;
     
    188188
    189189/* readonly attribute string filename; */
    190 NS_IMETHODIMP VirtualBoxErrorInfo::GetFilename (char **aFilename)
     190NS_IMETHODIMP VirtualBoxErrorInfo::GetFilename (char ** /* aFilename */)
    191191{
    192192    return NS_ERROR_NOT_IMPLEMENTED;
     
    194194
    195195/* readonly attribute PRUint32 lineNumber; */
    196 NS_IMETHODIMP VirtualBoxErrorInfo::GetLineNumber (PRUint32 *aLineNumber)
     196NS_IMETHODIMP VirtualBoxErrorInfo::GetLineNumber (PRUint32 * /* aLineNumber */)
    197197{
    198198    return NS_ERROR_NOT_IMPLEMENTED;
     
    200200
    201201/* readonly attribute PRUint32 columnNumber; */
    202 NS_IMETHODIMP VirtualBoxErrorInfo::GetColumnNumber (PRUint32 *aColumnNumber)
     202NS_IMETHODIMP VirtualBoxErrorInfo::GetColumnNumber (PRUint32 * /*aColumnNumber */)
    203203{
    204204    return NS_ERROR_NOT_IMPLEMENTED;
     
    206206
    207207/* readonly attribute nsIStackFrame location; */
    208 NS_IMETHODIMP VirtualBoxErrorInfo::GetLocation (nsIStackFrame **aLocation)
     208NS_IMETHODIMP VirtualBoxErrorInfo::GetLocation (nsIStackFrame ** /* aLocation */)
    209209{
    210210    return NS_ERROR_NOT_IMPLEMENTED;
     
    221221
    222222/* readonly attribute nsISupports data; */
    223 NS_IMETHODIMP VirtualBoxErrorInfo::GetData (nsISupports **aData)
     223NS_IMETHODIMP VirtualBoxErrorInfo::GetData (nsISupports ** /* aData */)
    224224{
    225225    return NS_ERROR_NOT_IMPLEMENTED;
     
    227227
    228228/* string toString (); */
    229 NS_IMETHODIMP VirtualBoxErrorInfo::ToString (char **_retval)
     229NS_IMETHODIMP VirtualBoxErrorInfo::ToString (char ** /* retval */)
    230230{
    231231    return NS_ERROR_NOT_IMPLEMENTED;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette