move AcceptEncodingParser to utils

This commit is contained in:
Tomasz Sowa 2022-02-02 18:34:22 +01:00
parent 33e8df11c5
commit df32899581
8 changed files with 11 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -145,7 +145,8 @@ app.o: ../../../winix/winixd/templates/indexpatterns.h
app.o: ../../../winix/winixd/templates/patterns.h app.o: ../../../winix/winixd/templates/patterns.h
app.o: ../../../winix/winixd/templates/changepatterns.h compress.h app.o: ../../../winix/winixd/templates/changepatterns.h compress.h
app.o: postparser.h httpsimpleparser.h cookieparser.h postmultiparser.h app.o: postparser.h httpsimpleparser.h cookieparser.h postmultiparser.h
app.o: acceptencodingparser.h ../../../winix/winixd/utils/acceptbaseparser.h app.o: ../../../winix/winixd/utils/acceptencodingparser.h
app.o: ../../../winix/winixd/utils/acceptbaseparser.h
app.o: ../../../winix/winixd/core/header.h winixrequest.h app.o: ../../../winix/winixd/core/header.h winixrequest.h
app.o: ../../../winix/winixd/models/migration.h app.o: ../../../winix/winixd/models/migration.h
basethread.o: basethread.h synchro.h winixmodeldeprecated.h basethread.o: basethread.h synchro.h winixmodeldeprecated.h

View File

@ -5,7 +5,7 @@
*/ */
/* /*
* Copyright (c) 2010-2021, Tomasz Sowa * Copyright (c) 2010-2022, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -5,7 +5,7 @@
*/ */
/* /*
* Copyright (c) 2010-2021, Tomasz Sowa * Copyright (c) 2010-2022, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -53,7 +53,7 @@
#include "postparser.h" #include "postparser.h"
#include "cookieparser.h" #include "cookieparser.h"
#include "postmultiparser.h" #include "postmultiparser.h"
#include "acceptencodingparser.h" #include "utils/acceptencodingparser.h"
#include "winixrequest.h" #include "winixrequest.h"
#include "log/log.h" #include "log/log.h"
#include "filelog.h" #include "filelog.h"

View File

@ -5,7 +5,7 @@
*/ */
/* /*
* Copyright (c) 2008-2021, Tomasz Sowa * Copyright (c) 2008-2022, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -5,7 +5,7 @@
*/ */
/* /*
* Copyright (c) 2008-2021, Tomasz Sowa * Copyright (c) 2008-2022, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -182,7 +182,7 @@ main.o: ../../../winix/winixd/core/postparser.h
main.o: ../../../winix/winixd/core/httpsimpleparser.h main.o: ../../../winix/winixd/core/httpsimpleparser.h
main.o: ../../../winix/winixd/core/cookieparser.h main.o: ../../../winix/winixd/core/cookieparser.h
main.o: ../../../winix/winixd/core/postmultiparser.h main.o: ../../../winix/winixd/core/postmultiparser.h
main.o: ../../../winix/winixd/core/acceptencodingparser.h main.o: ../../../winix/winixd/utils/acceptencodingparser.h
main.o: ../../../winix/winixd/utils/acceptbaseparser.h main.o: ../../../winix/winixd/utils/acceptbaseparser.h
main.o: ../../../winix/winixd/core/header.h main.o: ../../../winix/winixd/core/header.h
main.o: ../../../winix/winixd/core/winixrequest.h main.o: ../../../winix/winixd/core/winixrequest.h

View File

@ -35,8 +35,8 @@
#ifndef headerfile_winix_core_acceptencodingparser #ifndef headerfile_winix_core_acceptencodingparser
#define headerfile_winix_core_acceptencodingparser #define headerfile_winix_core_acceptencodingparser
#include "utils/acceptbaseparser.h" #include "acceptbaseparser.h"
#include "log.h" #include "core/log.h"
namespace Winix namespace Winix