/usr/include/thunderbird-11.0.1/nsITimedChannel.h is in thunderbird-dev 11.0.1+build1-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /build/buildd/thunderbird-11.0.1+build1/build-tree/mozilla/mozilla/netwerk/base/public/nsITimedChannel.idl
*/
#ifndef __gen_nsITimedChannel_h__
#define __gen_nsITimedChannel_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
namespace mozilla {
class TimeStamp;
}
/* starting interface: nsITimedChannel */
#define NS_ITIMEDCHANNEL_IID_STR "c259b593-a9bf-4d08-8149-ef89e1977dc4"
#define NS_ITIMEDCHANNEL_IID \
{0xc259b593, 0xa9bf, 0x4d08, \
{ 0x81, 0x49, 0xef, 0x89, 0xe1, 0x97, 0x7d, 0xc4 }}
class NS_NO_VTABLE NS_SCRIPTABLE nsITimedChannel : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_ITIMEDCHANNEL_IID)
/* attribute boolean timingEnabled; */
NS_SCRIPTABLE NS_IMETHOD GetTimingEnabled(bool *aTimingEnabled) = 0;
NS_SCRIPTABLE NS_IMETHOD SetTimingEnabled(bool aTimingEnabled) = 0;
/* [notxpcom] readonly attribute TimeStamp channelCreation; */
NS_IMETHOD GetChannelCreation(mozilla::TimeStamp *aChannelCreation) = 0;
/* [notxpcom] readonly attribute TimeStamp asyncOpen; */
NS_IMETHOD GetAsyncOpen(mozilla::TimeStamp *aAsyncOpen) = 0;
/* [notxpcom] readonly attribute TimeStamp domainLookupStart; */
NS_IMETHOD GetDomainLookupStart(mozilla::TimeStamp *aDomainLookupStart) = 0;
/* [notxpcom] readonly attribute TimeStamp domainLookupEnd; */
NS_IMETHOD GetDomainLookupEnd(mozilla::TimeStamp *aDomainLookupEnd) = 0;
/* [notxpcom] readonly attribute TimeStamp connectStart; */
NS_IMETHOD GetConnectStart(mozilla::TimeStamp *aConnectStart) = 0;
/* [notxpcom] readonly attribute TimeStamp connectEnd; */
NS_IMETHOD GetConnectEnd(mozilla::TimeStamp *aConnectEnd) = 0;
/* [notxpcom] readonly attribute TimeStamp requestStart; */
NS_IMETHOD GetRequestStart(mozilla::TimeStamp *aRequestStart) = 0;
/* [notxpcom] readonly attribute TimeStamp responseStart; */
NS_IMETHOD GetResponseStart(mozilla::TimeStamp *aResponseStart) = 0;
/* [notxpcom] readonly attribute TimeStamp responseEnd; */
NS_IMETHOD GetResponseEnd(mozilla::TimeStamp *aResponseEnd) = 0;
/* [notxpcom] readonly attribute TimeStamp cacheReadStart; */
NS_IMETHOD GetCacheReadStart(mozilla::TimeStamp *aCacheReadStart) = 0;
/* [notxpcom] readonly attribute TimeStamp cacheReadEnd; */
NS_IMETHOD GetCacheReadEnd(mozilla::TimeStamp *aCacheReadEnd) = 0;
/* readonly attribute PRTime channelCreationTime; */
NS_SCRIPTABLE NS_IMETHOD GetChannelCreationTime(PRTime *aChannelCreationTime) = 0;
/* readonly attribute PRTime asyncOpenTime; */
NS_SCRIPTABLE NS_IMETHOD GetAsyncOpenTime(PRTime *aAsyncOpenTime) = 0;
/* readonly attribute PRTime domainLookupStartTime; */
NS_SCRIPTABLE NS_IMETHOD GetDomainLookupStartTime(PRTime *aDomainLookupStartTime) = 0;
/* readonly attribute PRTime domainLookupEndTime; */
NS_SCRIPTABLE NS_IMETHOD GetDomainLookupEndTime(PRTime *aDomainLookupEndTime) = 0;
/* readonly attribute PRTime connectStartTime; */
NS_SCRIPTABLE NS_IMETHOD GetConnectStartTime(PRTime *aConnectStartTime) = 0;
/* readonly attribute PRTime connectEndTime; */
NS_SCRIPTABLE NS_IMETHOD GetConnectEndTime(PRTime *aConnectEndTime) = 0;
/* readonly attribute PRTime requestStartTime; */
NS_SCRIPTABLE NS_IMETHOD GetRequestStartTime(PRTime *aRequestStartTime) = 0;
/* readonly attribute PRTime responseStartTime; */
NS_SCRIPTABLE NS_IMETHOD GetResponseStartTime(PRTime *aResponseStartTime) = 0;
/* readonly attribute PRTime responseEndTime; */
NS_SCRIPTABLE NS_IMETHOD GetResponseEndTime(PRTime *aResponseEndTime) = 0;
/* readonly attribute PRTime cacheReadStartTime; */
NS_SCRIPTABLE NS_IMETHOD GetCacheReadStartTime(PRTime *aCacheReadStartTime) = 0;
/* readonly attribute PRTime cacheReadEndTime; */
NS_SCRIPTABLE NS_IMETHOD GetCacheReadEndTime(PRTime *aCacheReadEndTime) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsITimedChannel, NS_ITIMEDCHANNEL_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSITIMEDCHANNEL \
NS_SCRIPTABLE NS_IMETHOD GetTimingEnabled(bool *aTimingEnabled); \
NS_SCRIPTABLE NS_IMETHOD SetTimingEnabled(bool aTimingEnabled); \
NS_IMETHOD GetChannelCreation(mozilla::TimeStamp *aChannelCreation); \
NS_IMETHOD GetAsyncOpen(mozilla::TimeStamp *aAsyncOpen); \
NS_IMETHOD GetDomainLookupStart(mozilla::TimeStamp *aDomainLookupStart); \
NS_IMETHOD GetDomainLookupEnd(mozilla::TimeStamp *aDomainLookupEnd); \
NS_IMETHOD GetConnectStart(mozilla::TimeStamp *aConnectStart); \
NS_IMETHOD GetConnectEnd(mozilla::TimeStamp *aConnectEnd); \
NS_IMETHOD GetRequestStart(mozilla::TimeStamp *aRequestStart); \
NS_IMETHOD GetResponseStart(mozilla::TimeStamp *aResponseStart); \
NS_IMETHOD GetResponseEnd(mozilla::TimeStamp *aResponseEnd); \
NS_IMETHOD GetCacheReadStart(mozilla::TimeStamp *aCacheReadStart); \
NS_IMETHOD GetCacheReadEnd(mozilla::TimeStamp *aCacheReadEnd); \
NS_SCRIPTABLE NS_IMETHOD GetChannelCreationTime(PRTime *aChannelCreationTime); \
NS_SCRIPTABLE NS_IMETHOD GetAsyncOpenTime(PRTime *aAsyncOpenTime); \
NS_SCRIPTABLE NS_IMETHOD GetDomainLookupStartTime(PRTime *aDomainLookupStartTime); \
NS_SCRIPTABLE NS_IMETHOD GetDomainLookupEndTime(PRTime *aDomainLookupEndTime); \
NS_SCRIPTABLE NS_IMETHOD GetConnectStartTime(PRTime *aConnectStartTime); \
NS_SCRIPTABLE NS_IMETHOD GetConnectEndTime(PRTime *aConnectEndTime); \
NS_SCRIPTABLE NS_IMETHOD GetRequestStartTime(PRTime *aRequestStartTime); \
NS_SCRIPTABLE NS_IMETHOD GetResponseStartTime(PRTime *aResponseStartTime); \
NS_SCRIPTABLE NS_IMETHOD GetResponseEndTime(PRTime *aResponseEndTime); \
NS_SCRIPTABLE NS_IMETHOD GetCacheReadStartTime(PRTime *aCacheReadStartTime); \
NS_SCRIPTABLE NS_IMETHOD GetCacheReadEndTime(PRTime *aCacheReadEndTime);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSITIMEDCHANNEL(_to) \
NS_SCRIPTABLE NS_IMETHOD GetTimingEnabled(bool *aTimingEnabled) { return _to GetTimingEnabled(aTimingEnabled); } \
NS_SCRIPTABLE NS_IMETHOD SetTimingEnabled(bool aTimingEnabled) { return _to SetTimingEnabled(aTimingEnabled); } \
NS_IMETHOD GetChannelCreation(mozilla::TimeStamp *aChannelCreation) { return _to GetChannelCreation(aChannelCreation); } \
NS_IMETHOD GetAsyncOpen(mozilla::TimeStamp *aAsyncOpen) { return _to GetAsyncOpen(aAsyncOpen); } \
NS_IMETHOD GetDomainLookupStart(mozilla::TimeStamp *aDomainLookupStart) { return _to GetDomainLookupStart(aDomainLookupStart); } \
NS_IMETHOD GetDomainLookupEnd(mozilla::TimeStamp *aDomainLookupEnd) { return _to GetDomainLookupEnd(aDomainLookupEnd); } \
NS_IMETHOD GetConnectStart(mozilla::TimeStamp *aConnectStart) { return _to GetConnectStart(aConnectStart); } \
NS_IMETHOD GetConnectEnd(mozilla::TimeStamp *aConnectEnd) { return _to GetConnectEnd(aConnectEnd); } \
NS_IMETHOD GetRequestStart(mozilla::TimeStamp *aRequestStart) { return _to GetRequestStart(aRequestStart); } \
NS_IMETHOD GetResponseStart(mozilla::TimeStamp *aResponseStart) { return _to GetResponseStart(aResponseStart); } \
NS_IMETHOD GetResponseEnd(mozilla::TimeStamp *aResponseEnd) { return _to GetResponseEnd(aResponseEnd); } \
NS_IMETHOD GetCacheReadStart(mozilla::TimeStamp *aCacheReadStart) { return _to GetCacheReadStart(aCacheReadStart); } \
NS_IMETHOD GetCacheReadEnd(mozilla::TimeStamp *aCacheReadEnd) { return _to GetCacheReadEnd(aCacheReadEnd); } \
NS_SCRIPTABLE NS_IMETHOD GetChannelCreationTime(PRTime *aChannelCreationTime) { return _to GetChannelCreationTime(aChannelCreationTime); } \
NS_SCRIPTABLE NS_IMETHOD GetAsyncOpenTime(PRTime *aAsyncOpenTime) { return _to GetAsyncOpenTime(aAsyncOpenTime); } \
NS_SCRIPTABLE NS_IMETHOD GetDomainLookupStartTime(PRTime *aDomainLookupStartTime) { return _to GetDomainLookupStartTime(aDomainLookupStartTime); } \
NS_SCRIPTABLE NS_IMETHOD GetDomainLookupEndTime(PRTime *aDomainLookupEndTime) { return _to GetDomainLookupEndTime(aDomainLookupEndTime); } \
NS_SCRIPTABLE NS_IMETHOD GetConnectStartTime(PRTime *aConnectStartTime) { return _to GetConnectStartTime(aConnectStartTime); } \
NS_SCRIPTABLE NS_IMETHOD GetConnectEndTime(PRTime *aConnectEndTime) { return _to GetConnectEndTime(aConnectEndTime); } \
NS_SCRIPTABLE NS_IMETHOD GetRequestStartTime(PRTime *aRequestStartTime) { return _to GetRequestStartTime(aRequestStartTime); } \
NS_SCRIPTABLE NS_IMETHOD GetResponseStartTime(PRTime *aResponseStartTime) { return _to GetResponseStartTime(aResponseStartTime); } \
NS_SCRIPTABLE NS_IMETHOD GetResponseEndTime(PRTime *aResponseEndTime) { return _to GetResponseEndTime(aResponseEndTime); } \
NS_SCRIPTABLE NS_IMETHOD GetCacheReadStartTime(PRTime *aCacheReadStartTime) { return _to GetCacheReadStartTime(aCacheReadStartTime); } \
NS_SCRIPTABLE NS_IMETHOD GetCacheReadEndTime(PRTime *aCacheReadEndTime) { return _to GetCacheReadEndTime(aCacheReadEndTime); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSITIMEDCHANNEL(_to) \
NS_SCRIPTABLE NS_IMETHOD GetTimingEnabled(bool *aTimingEnabled) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTimingEnabled(aTimingEnabled); } \
NS_SCRIPTABLE NS_IMETHOD SetTimingEnabled(bool aTimingEnabled) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetTimingEnabled(aTimingEnabled); } \
NS_IMETHOD GetChannelCreation(mozilla::TimeStamp *aChannelCreation) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetChannelCreation(aChannelCreation); } \
NS_IMETHOD GetAsyncOpen(mozilla::TimeStamp *aAsyncOpen) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAsyncOpen(aAsyncOpen); } \
NS_IMETHOD GetDomainLookupStart(mozilla::TimeStamp *aDomainLookupStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomainLookupStart(aDomainLookupStart); } \
NS_IMETHOD GetDomainLookupEnd(mozilla::TimeStamp *aDomainLookupEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomainLookupEnd(aDomainLookupEnd); } \
NS_IMETHOD GetConnectStart(mozilla::TimeStamp *aConnectStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetConnectStart(aConnectStart); } \
NS_IMETHOD GetConnectEnd(mozilla::TimeStamp *aConnectEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetConnectEnd(aConnectEnd); } \
NS_IMETHOD GetRequestStart(mozilla::TimeStamp *aRequestStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRequestStart(aRequestStart); } \
NS_IMETHOD GetResponseStart(mozilla::TimeStamp *aResponseStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResponseStart(aResponseStart); } \
NS_IMETHOD GetResponseEnd(mozilla::TimeStamp *aResponseEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResponseEnd(aResponseEnd); } \
NS_IMETHOD GetCacheReadStart(mozilla::TimeStamp *aCacheReadStart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCacheReadStart(aCacheReadStart); } \
NS_IMETHOD GetCacheReadEnd(mozilla::TimeStamp *aCacheReadEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCacheReadEnd(aCacheReadEnd); } \
NS_SCRIPTABLE NS_IMETHOD GetChannelCreationTime(PRTime *aChannelCreationTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetChannelCreationTime(aChannelCreationTime); } \
NS_SCRIPTABLE NS_IMETHOD GetAsyncOpenTime(PRTime *aAsyncOpenTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAsyncOpenTime(aAsyncOpenTime); } \
NS_SCRIPTABLE NS_IMETHOD GetDomainLookupStartTime(PRTime *aDomainLookupStartTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomainLookupStartTime(aDomainLookupStartTime); } \
NS_SCRIPTABLE NS_IMETHOD GetDomainLookupEndTime(PRTime *aDomainLookupEndTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDomainLookupEndTime(aDomainLookupEndTime); } \
NS_SCRIPTABLE NS_IMETHOD GetConnectStartTime(PRTime *aConnectStartTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetConnectStartTime(aConnectStartTime); } \
NS_SCRIPTABLE NS_IMETHOD GetConnectEndTime(PRTime *aConnectEndTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetConnectEndTime(aConnectEndTime); } \
NS_SCRIPTABLE NS_IMETHOD GetRequestStartTime(PRTime *aRequestStartTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRequestStartTime(aRequestStartTime); } \
NS_SCRIPTABLE NS_IMETHOD GetResponseStartTime(PRTime *aResponseStartTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResponseStartTime(aResponseStartTime); } \
NS_SCRIPTABLE NS_IMETHOD GetResponseEndTime(PRTime *aResponseEndTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResponseEndTime(aResponseEndTime); } \
NS_SCRIPTABLE NS_IMETHOD GetCacheReadStartTime(PRTime *aCacheReadStartTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCacheReadStartTime(aCacheReadStartTime); } \
NS_SCRIPTABLE NS_IMETHOD GetCacheReadEndTime(PRTime *aCacheReadEndTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCacheReadEndTime(aCacheReadEndTime); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsTimedChannel : public nsITimedChannel
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSITIMEDCHANNEL
nsTimedChannel();
private:
~nsTimedChannel();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsTimedChannel, nsITimedChannel)
nsTimedChannel::nsTimedChannel()
{
/* member initializers and constructor code */
}
nsTimedChannel::~nsTimedChannel()
{
/* destructor code */
}
/* attribute boolean timingEnabled; */
NS_IMETHODIMP nsTimedChannel::GetTimingEnabled(bool *aTimingEnabled)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsTimedChannel::SetTimingEnabled(bool aTimingEnabled)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [notxpcom] readonly attribute TimeStamp channelCreation; */
NS_IMETHODIMP nsTimedChannel::GetChannelCreation(mozilla::TimeStamp *aChannelCreation)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [notxpcom] readonly attribute TimeStamp asyncOpen; */
NS_IMETHODIMP nsTimedChannel::GetAsyncOpen(mozilla::TimeStamp *aAsyncOpen)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [notxpcom] readonly attribute TimeStamp domainLookupStart; */
NS_IMETHODIMP nsTimedChannel::GetDomainLookupStart(mozilla::TimeStamp *aDomainLookupStart)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [notxpcom] readonly attribute TimeStamp domainLookupEnd; */
NS_IMETHODIMP nsTimedChannel::GetDomainLookupEnd(mozilla::TimeStamp *aDomainLookupEnd)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [notxpcom] readonly attribute TimeStamp connectStart; */
NS_IMETHODIMP nsTimedChannel::GetConnectStart(mozilla::TimeStamp *aConnectStart)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [notxpcom] readonly attribute TimeStamp connectEnd; */
NS_IMETHODIMP nsTimedChannel::GetConnectEnd(mozilla::TimeStamp *aConnectEnd)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [notxpcom] readonly attribute TimeStamp requestStart; */
NS_IMETHODIMP nsTimedChannel::GetRequestStart(mozilla::TimeStamp *aRequestStart)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [notxpcom] readonly attribute TimeStamp responseStart; */
NS_IMETHODIMP nsTimedChannel::GetResponseStart(mozilla::TimeStamp *aResponseStart)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [notxpcom] readonly attribute TimeStamp responseEnd; */
NS_IMETHODIMP nsTimedChannel::GetResponseEnd(mozilla::TimeStamp *aResponseEnd)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [notxpcom] readonly attribute TimeStamp cacheReadStart; */
NS_IMETHODIMP nsTimedChannel::GetCacheReadStart(mozilla::TimeStamp *aCacheReadStart)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [notxpcom] readonly attribute TimeStamp cacheReadEnd; */
NS_IMETHODIMP nsTimedChannel::GetCacheReadEnd(mozilla::TimeStamp *aCacheReadEnd)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute PRTime channelCreationTime; */
NS_IMETHODIMP nsTimedChannel::GetChannelCreationTime(PRTime *aChannelCreationTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute PRTime asyncOpenTime; */
NS_IMETHODIMP nsTimedChannel::GetAsyncOpenTime(PRTime *aAsyncOpenTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute PRTime domainLookupStartTime; */
NS_IMETHODIMP nsTimedChannel::GetDomainLookupStartTime(PRTime *aDomainLookupStartTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute PRTime domainLookupEndTime; */
NS_IMETHODIMP nsTimedChannel::GetDomainLookupEndTime(PRTime *aDomainLookupEndTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute PRTime connectStartTime; */
NS_IMETHODIMP nsTimedChannel::GetConnectStartTime(PRTime *aConnectStartTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute PRTime connectEndTime; */
NS_IMETHODIMP nsTimedChannel::GetConnectEndTime(PRTime *aConnectEndTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute PRTime requestStartTime; */
NS_IMETHODIMP nsTimedChannel::GetRequestStartTime(PRTime *aRequestStartTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute PRTime responseStartTime; */
NS_IMETHODIMP nsTimedChannel::GetResponseStartTime(PRTime *aResponseStartTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute PRTime responseEndTime; */
NS_IMETHODIMP nsTimedChannel::GetResponseEndTime(PRTime *aResponseEndTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute PRTime cacheReadStartTime; */
NS_IMETHODIMP nsTimedChannel::GetCacheReadStartTime(PRTime *aCacheReadStartTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute PRTime cacheReadEndTime; */
NS_IMETHODIMP nsTimedChannel::GetCacheReadEndTime(PRTime *aCacheReadEndTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsITimedChannel_h__ */
|